Remove Jenkins backend tests and add new long running stress test.#4288
Remove Jenkins backend tests and add new long running stress test.#4288pcmoritz merged 6 commits intoray-project:masterfrom
Conversation
| DOCKER_SHA=$($ROOT_DIR/../../build-docker.sh --output-sha --no-cache) | ||
| echo "Using Docker image" $DOCKER_SHA | ||
|
|
||
| ######################## RAY BACKEND TESTS ################################# |
There was a problem hiding this comment.
I moved this to the front so I can see the Jenkins results more quickly, but will move back to the end before merging.
There was a problem hiding this comment.
On the other hand, it doesn't take very long I think, so maybe it's fine here.
|
Test FAILed. |
|
Test FAILed. |
|
Test FAILed. |
4205432 to
1c85392
Compare
|
Test PASSed. |
This fixes #4283. It also removes almost all of the Jenkins backend tests.
test_0.pydoesn't really do anything interesting and is flaky.remove_driver_test.pyshould be covered bytest_multi_node.py, andmany_driver_test.pyshould be covered by the new stress test I added, which essentially creates drivers in an infinite loop.I also removed the
multi_node_docker_test.pyfile because that has been replaced bycluster_utils.py.